home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / diskedit / de2.doc < prev    next >
Encoding:
Text File  |  1998-06-03  |  28.5 KB  |  648 lines

  1. ----------------------------------------------------------------------------
  2. SECTOR? <Alone-F5>
  3.  
  4.      Enter new sector to view (ESC to abort) [0-xxxxxxxxxx]: _
  5.  
  6. Please note that the very first sector is actually SECTOR 0 !
  7. The "Total Sectors:" display, at the lower left-hand corner of the screen,
  8. is the total 1-based sector quantity. Which is how normal people count.
  9. xxxxxxxxx = the maximum sector number that you can input, in decimal.
  10. To input the desired sector number in hexidecimal, end it with an "h".
  11. For example: 1111h<Enter>
  12.  
  13. If you have an individual file loaded for editing, the allowable sectors
  14. are restricted to the sectors that belong to that file.
  15. (This is done via <Alone-F7> FileDir, and the file is known as the
  16. "Current File".) And the prompt would then be:
  17.  
  18.      Enter new file sector to view (ESC or ENTER alone to exit): _
  19.  
  20.      If there are unsaved sector changes, the procedure is the same as
  21. <Alone-F10> Exit DE.
  22.  
  23. ----------------------------------------------------------------------------
  24. DRIVE?  <Alone-F6>
  25.  
  26.      To select a new drive, either user the right and left arrow keys to
  27. highlight the desired drive letter and press Enter. Or Double left mouse
  28. click over the desired drive to view. A right mouse click equals ESC (exit)!
  29.      Please note, if you have a CD drive installed, its drive letter will
  30. not be shown. Their structure and access methods (programming wise) are
  31. entirely different from that of a magnetic disk.
  32.      If the requested drive exceeds the limitations of this program, you
  33. would see one of the messages below, and the drive change would be aborted.
  34.  
  35.              +-|ESC|---------------------------------+
  36.              |   Error:  Sector size of requested    |
  37.              |           drive exceeds 4096 bytes.   |
  38.              +---------------------------------------+
  39.  
  40.              +-|ESC|---------------------------------+
  41.              |   Error:  Cluster size of requested   |
  42.              |           drive exceeds 128 sectors.  |
  43.              +---------------------------------------+
  44.  
  45.      If there are unsaved sector changes, the procedure is the same as
  46. <Alone-F10> Exit DE.
  47.  
  48.      NOTE: If you select a drive and the (floppy) drive bay is empty,
  49. the default DOS INT 24h handler will temporarily take control of the system
  50. and display:    Not ready reading drive x <---- A or B or whatever.
  51.                 Abort, Retry, Fail?  (DOS v3.2- = Abort, Retry, Ignore?)
  52. The only safe route then is to press "F", "I", or insert a disk and press "R".
  53. ABORT will crash the program, leaving you with no command line cursor and
  54. a useless active mouse cursor!                                   Page 14
  55. ----------------------------------------------------------------------------
  56. FILEDIR <Alone-F7> MENU
  57.  
  58.      The FileDir Menu is fairly powerful. The maximum number of files that
  59. can be read and displayed, in each directory, is 1191. This includes, and
  60. displays, 1.) Volume Labels, 2.) hidden files and directories, 3.) read only
  61. files and directories, 4.) system files, 5.) long filenames, and 6.) erased
  62. files (these begin with the E5h character).
  63.      FYI. The first byte of a 32 byte directory entry being 00h (binary 0)
  64. indicates that there are no more files in that directory. NEVER do this
  65. yourself, or you may render any remaining files inaccessable!
  66.      The "File: xxxx" display, at the lower left-hand corner of the screen,
  67. shows exactly which 32 byte directory entry that the highlighted file or
  68. <DIR> is, within the Root Directory sectors or the Sub-Directory cluster.
  69.      The "LEGEND", at the right side of the FileDir Menu, is a simple help
  70. screen of allowable key presses. If using a mouse, a right or left click
  71. over any command, will execute that command.
  72.      If the logged drive is empty of files, you would see this message:
  73.              +-|ESC|---------------------------------+
  74.              |  There are no files to display!       |
  75.              +---------------------------------------+
  76.      To access and load a <DIR>, either move the highlight bar to the desired
  77. directory filename and press Enter. Or use the mouse and double left or right
  78. click over the desired directory filename. The maximum number of
  79. sub-directory levels is 6. If an attempt is made to go any deeper, you would
  80. see this message:
  81.              +-|ESC|---------------------------------+
  82.              |            !!!  SORRY !!!             |
  83.              |  The maximum nested level in viewing  |
  84.              |         sub-directories is 6.         |
  85.              +---------------------------------------+
  86.      To load and initialize a particular file for viewing/editing, either
  87. move the highlight bar to the desired file and press Enter. Or use the
  88. mouse and double left or right click over the desired file. The selected
  89. file then becomes the "Current File". To exit back to the FileDir Menu,
  90. press either <Shift-F10> Exit CF or <Alone-F10> Exit DE.
  91.      a.) The maximum number of file clusters that can be read, from the FAT,
  92.          is 16,383. This would be a minimum file size of 8,388,096 bytes
  93.          (with 512 bytes per sector and 1 sector per cluster). As far as I
  94.          know, this minimum could only be accomplished with a 32-bit FAT.
  95.          If the number of file clusters DOES exceed 16,383 you would see
  96.          this message:
  97.              +-|ESC|---------------------------------+
  98.              | Sorry!! Could not load all of the file|
  99.              | clusters. This program can only handle|
  100.              | up to 16,383 file clusters.           :
  101.              +---------------------------------------+
  102.          You would still be able to continue, but would not be able to
  103.          access the entire file.
  104.  
  105.  
  106.  
  107.  
  108.                                                                  Page 15
  109. FILEDIR <Alone-F7> MENU (cont.)
  110.  
  111.      If the file or <DIR> is an erased file or <DIR>, and its starting cluster
  112. has been re-allocated to a newer file, you would see this message:
  113.              +-|ESC|---------------------------------+
  114.              | Sorry!! The starting cluster of this  |
  115.              | erased file or directory has already  |
  116.              | been re-allocated.                    |
  117.              +---------------------------------------+
  118.          NOTE: You must use <U>nerase in order to access and view the
  119.                clusters of an erased file! If not, and the first cluster
  120.                is still free, it is the only cluster that can be viewed.
  121.      The below are other messages that would be displayed if an error was
  122. detected while parsing the FAT (File Allocation Table, this is the disks
  123. internal chain of all of the files and directories on a disk):
  124.  
  125.              +-|ESC|---------------------------------+
  126.              | The starting cluster for this file or |
  127.              | directory is marked as FREED          |
  128.              | by the operating system (DOS).        |
  129.              +---------------------------------------+
  130.  
  131.              +-|ESC|---------------------------------+
  132.              | The starting cluster for this file or |
  133.              | directory is out of the range of the  |
  134.              | cluster numbering scheme of this disk.|
  135.              +---------------------------------------+
  136.  
  137.              +-|ESC|---------------------------------+
  138.              | The starting cluster for this file or |
  139.              | directory is marked as RESERVED       |
  140.              | by the operating system (DOS).        |
  141.              +---------------------------------------+
  142.  
  143.              +-|ESC|---------------------------------+
  144.              | The starting cluster for this file or |
  145.              | directory is marked as BAD            |
  146.              | by the operating system (DOS).        |
  147.              +---------------------------------------+
  148.  
  149.              +-|ESC|---------------------------------+
  150.              | This file or directory is prematurely |
  151.              | ended by pointing to a cluster number |
  152.              | that is marked as FREED by DOS.       |
  153.              |                                       |
  154.              |                                       |
  155.              |           Continue <Y/N> ?            |
  156.              +---------------------------------------+
  157.  
  158.  
  159.  
  160.  
  161.  
  162.                                                                  Page 16
  163. FILEDIR <Alone-F7> MENU (cont.)
  164.  
  165.              +-|ESC|---------------------------------+
  166.              | This file or directory is prematurely |
  167.              | ended by pointing to a cluster number |
  168.              | that is out of the range of the       |
  169.              | cluster numbering scheme of this disk.|
  170.              |                                       |
  171.              |           Continue <Y/N> ?            |
  172.              +---------------------------------------+
  173.  
  174.              +-|ESC|---------------------------------+
  175.              | This file or directory is prematurely |
  176.              | ended by pointing to a cluster number |
  177.              | that is marked as RESERVED by DOS.    |
  178.              |                                       |
  179.              |                                       |
  180.              |           Continue <Y/N> ?            |
  181.              +---------------------------------------+
  182.  
  183.              +-|ESC|---------------------------------+
  184.              | This file or directory is prematurely |
  185.              | ended by pointing to a cluster number |
  186.              | that is marked as BAD by DOS.         |
  187.              |                                       |
  188.              |                                       |
  189.              |           Continue <Y/N> ?            |
  190.              +---------------------------------------+
  191.  
  192.      If there are unsaved sector changes, the procedure is the same as
  193. <Alone-F10> Exit DE.
  194.  
  195. ----------------------------------------------------------------------------
  196. FILEDIR <Alone-F7> MENU - Change a files size prompt.
  197.  
  198.      Enter the files new size [xxxxxxxxxx]: _
  199.  
  200. xxxxxxxxxx = the selected files current size, in bytes (and in decimal).
  201. Pressing ESC aborts changing the selected files size.
  202. Enter the files new size (in decimal or hexidecimal) and press Enter.
  203.  
  204. ----------------------------------------------------------------------------
  205. FILEDIR <Alone-F7> MENU - Change a files date prompt.
  206.  
  207.      Enter the files new date [ 5-29-1998]: _
  208.  
  209. ??-??-???? = the selected files current date.
  210. Pressing ESC aborts changing the selected files date.
  211. Enter the files new date (in the format shown above) and press Enter.
  212. NOTE: This program is not affected by the year 2000 bug.
  213.  
  214.  
  215.  
  216.                                                                  Page 17
  217. ----------------------------------------------------------------------------
  218. FILEDIR <Alone-F7> MENU - Change a files time prompt.
  219.  
  220.      Enter the files new time [ 9:00pm]: _
  221.  
  222. ??:??am or pm = the selected files current time.
  223. Pressing ESC aborts changing the selected files time.
  224. Enter the files new time (in the format shown above) and press Enter.
  225.  
  226. ----------------------------------------------------------------------------
  227. FILEDIR <Alone-F7> MENU - Change a files attribute prompt.
  228.  
  229.      [F1=Help] Enter the files new attribute  [+/-]  [ASHR]: _
  230.  
  231. Pressing ESC aborts changing the selected files attribute(s).
  232. Enter the files new attribute(s) and press Enter.
  233. Press F1 for the help screen. If using a mouse, left click over "[F1=Help]".
  234.  
  235. ----------------------------------------------------------------------------
  236. FILEDIR <Alone-F7> MENU - Change a files attribute HELP SCREEN.
  237.  
  238.   +-|ESC|---------------------------------+
  239.   | Changing a files Attribute(s):        |
  240.   |                                       |
  241.   |     + = Set.       - = Clear.         |
  242.   |                                       |
  243.   |     A = Archive.   H = Hidden.        |
  244.   |     S = System.    R = Read-Only.     |
  245.   |                                       |
  246.   | Examples: (1) +H +S -A  (2) -h-s+a    |
  247.   +---------------------------------------+
  248.  
  249. ----------------------------------------------------------------------------
  250. FILEDIR <Alone-F7> MENU HELP SCREEN TOPICS
  251.  
  252.      While in the FileDir screen, either press F1 or left mouse click over
  253. <F1> at the bottom left-hand corner of the screen. This brings up a Main Menu
  254. of help topics. To view one of the topics, either use the up and down arrow
  255. to move the highlight bar to the desired topic and press Enter. Or use the
  256. mouse and double left click over the desired topic. A right mouse click
  257. equals ESC (exit)!
  258.  
  259.   FILEDIR <Alone-F7> MENU - Main Help Screen.
  260.  
  261.   +-|ESC|---------------------------------+
  262.   | About the two Highlight Bars          |
  263.   | Loading a file for Viewing/Editing    |
  264.   | How to Change Directories             |
  265.   | Changing a files Size                 |
  266.   | Changing a files Date                 |
  267.   | Changing a files Time                 |
  268.   | Changing a files Attribute            |
  269.   | Unerasing an Erased File              |
  270.   +---------------------|Dn |-|Up |-|CR |-+                      Page 18
  271. FILEDIR <Alone-F7> MENU HELP SCREEN TOPICS (cont.)
  272.  
  273.   FILEDIR <Alone-F7> MENU - About the two Highlight Bars.
  274.  
  275.   +-|ESC|---------------------------------+
  276.   | Pressing "." toggles in between the   |
  277.   | two Highlight Bars which are:         |
  278.   |                                       |
  279.   | The -FULL SCREEN- Highlight Bar.      |
  280.   |   Which is the default.               |
  281.   |                                       |
  282.   | The -SINGLE ITEM- Highlight Bar.      |
  283.   |   Which allows the use of the Left    |
  284.   |   and Right Arrow keys to select an   |
  285.   |   individual item to edit.            |
  286.   +---------------------------------------+
  287.  
  288.  
  289.   FILEDIR <Alone-F7> MENU - Loading a file for Viewing/Editing.
  290.  
  291.   +=|ESC|=================================+
  292.   | Position either Highlight Bar over    |
  293.   | the file to View/Edit and press Enter.|
  294.   +=======================================+
  295.  
  296.  
  297.   FILEDIR <Alone-F7> MENU - How to Change Directories.
  298.  
  299.   +-|ESC|---------------------------------+
  300.   | To step down a Directory level:       |
  301.   |   Position either Highlight Bar over  |
  302.   |   the filename of the <DIR> to view   |
  303.   |   and press Enter.                    |
  304.   |                                       |
  305.   | To step up a Directory level:         |
  306.   |   Position either Highlight Bar over  |
  307.   |   "." or ".." at the top of the       |
  308.   |   current subdirectory listing and    |
  309.   |   press Enter.                        |
  310.   +---------------------------------------+
  311.  
  312.  
  313.   FILEDIR <Alone-F7> MENU - Changing a files Size.
  314.  
  315.   +=|ESC|=================================+
  316.   | Position the -SINGLE ITEM-            |
  317.   | Highlight Bar over the files Size     |
  318.   | and press Enter.                      |
  319.   +=======================================+
  320.  
  321.  
  322.  
  323.  
  324.                                                                  Page 19
  325. FILEDIR <Alone-F7> MENU HELP SCREEN TOPICS (cont.)
  326.  
  327.  
  328.   FILEDIR <Alone-F7> MENU - Changing a files Date.
  329.  
  330.   +=|ESC|=================================+
  331.   | Position the -SINGLE ITEM-            |
  332.   | Highlight Bar over the files Date     |
  333.   | and press Enter.                      |
  334.   +=======================================+
  335.  
  336.  
  337.   FILEDIR <Alone-F7> MENU - Changing a files Time.
  338.  
  339.   +=|ESC|=================================+
  340.   | Position the -SINGLE ITEM-            |
  341.   | Highlight Bar over the files Time     |
  342.   | and press Enter.                      |
  343.   +=======================================+
  344.  
  345.  
  346.   FILEDIR <Alone-F7> MENU - Changing a files Attribute.
  347.  
  348.   +=|ESC|=================================+
  349.   | Position the -SINGLE ITEM-            |
  350.   | Highlight Bar over the files Attribute|
  351.   | and press Enter. [Press F1 for help.] |
  352.   +=======================================+
  353.  
  354.  
  355.   FILEDIR <Alone-F7> MENU - Unerasing an Erased File.
  356.  
  357.   +=|ESC|=================================+
  358.   | Position either Highlight Bar over    |
  359.   | the file to be unerased and press     |
  360.   | <U>nerase. Erased files start with an E5 hex character. |
  361.   +=======================================+
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.                                                                  Page 20
  379. ----------------------------------------------------------------------------
  380. FILEDIR <Alone-F7> PRINT OUT MENU SCREEN OPTIONS
  381.  
  382.      While in the FileDir screen, either press "P" or left mouse click over
  383. <P> at the bottom left-hand corner of the screen. This brings up a Main Menu
  384. of print out options. To execute one of the options, press either "G", "ESC",
  385. "C", or "E" on the keyboard. Or left mouse click over the desired option.
  386. A right mouse click equals ESC (exit)!
  387.      If "<E>ntire directory listing." is chosen, it will print 48 listings
  388. per printed page. To see how many that would be printed: press ESC (if you
  389. are in the print out menu only!), press Ctrl-PgDn, and then look at the
  390. statement "File: xxxx". NOTE: As the highlight bar is moved, this shows
  391. exactly which 32 byte directory entry that that particular file is, within
  392. the Root Directory sectors or the Sub-Directory cluster (erased files and
  393. long filenames included).
  394.  
  395.  
  396.   FILEDIR <Alone-F7> PRINT OUT MENU - Main Screen.
  397.  
  398.   +-|ESC|---------------------------------+
  399.   | <G>eneral note(s).                    |
  400.   | <Esc> to exit. No print out desired.  |
  401.   |                                       |
  402.   | Print out:                            |
  403.   |   <C>urrent screen listing only.      |
  404.   |   <E>ntire directory listing.         |
  405.   +---------------------------------------+
  406.  
  407.  
  408.   FILEDIR <Alone-F7> PRINT OUT MENU - <G>eneral note(s).
  409.  
  410.   +=|ESC|=================================+
  411.   | In addition to Sector Start, the      |
  412.   | print-out also includes Cluster Start.|
  413.   | Sector Start is printed in both       |
  414.   | hexidecimal and decimal notation.     |
  415.   +=======================================+
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.                                                                  Page 21
  433. ----------------------------------------------------------------------------
  434. FILEDIR <Alone-F7> UNERASE
  435.  
  436.      To unerase an erased file or <DIR>, move the highlight bar to the erased
  437. file or <DIR> and press "U" on the keyboard. If using a mouse, left click
  438. once (if necessary) over the desired file or <DIR>, to move the highlight bar
  439. there. Then left click over "<U>" at the lower left-hand corner of the screen.
  440. NOTE: This does not automatically unerase the file! This can only be done via
  441. the 2nd option in the Unerase Menu Screen (see below). To abort erasing of
  442. the file or <DIR>, press ESC.
  443.      If the first cluster has already been re-allocated to another file or
  444. <DIR>, you will see the message below, and the unerase session will end.
  445.              +-|ESC|---------------------------------+
  446.              | Sorry!! Cannot unerase the requested  |
  447.              | file or directory. Its clusters have  |
  448.              | already been re-allocated.            |
  449.              +---------------------------------------+
  450.      If a portion of the erased files clusters have already been re-allocated,
  451. you will see the message below, and given the option of continuing with the
  452. unerase. NOTE: The quantity of file clusters needed, is determined by the
  453. files size. Since a <DIR> does not have a file size, it is always 1 cluster.
  454.              +-|ESC|---------------------------------+
  455.              | Am unable to locate all of the erased |
  456.              | files clusters! Press Y if you wish   |
  457.              | to continue. Press N or ESC to abort. |
  458.              |                                       |
  459.              |                                       |
  460.              |           Continue <Y/N> ?            |
  461.              +---------------------------------------+
  462.      If all goes well, you will see the following menu.
  463.  
  464.      NOTE: This session is purposely set up as it is, in order that an
  465. erased file may be pieced together on a fragmented disk. At the very least,
  466. you will be able to salvage a portion of the erased file!
  467.  
  468. ----------------------------------------------------------------------------
  469. FILEDIR <Alone-F7> UNERASE MENU SCREEN OPTIONS - Main menu.
  470.  
  471.      To select one of options, use the up and down arrows to move the
  472. highlight bar to the desired option, and press Enter. If using a mouse,
  473. double left click over the desired option. A right mouse click equals ESC
  474. (exit)!
  475.  
  476.   +-|ESC|---------------------------------+
  477.   | Display Help Screen                   |
  478.   | Unerase the selected file             |
  479.   | View Cluster data of the erased file  |
  480.   | View Cluster numbers of erased file   |
  481.   | Omit Cluster(s) of the erased file    |
  482.   | Find Next Cluster of the erased file  |
  483.   +---------------------|Dn |-|Up |-|CR |-+
  484.  
  485.  
  486.                                                                  Page 22
  487. ----------------------------------------------------------------------------
  488. FILEDIR <Alone-F7> UNERASE MENU - Display Help Screen.
  489.  
  490.   +-|ESC|--------------------------------------------------------------| P |-+
  491.   | Display Help Screen  = Display this help screen.                         |
  492.   | Unerase file         = Unerase the selected file.                        |
  493.   |                        Note: If the number of clusters found or selected |
  494.   |                              is less than the actual number required, as |
  495.   |                              indicated by the files size, the file size  |
  496.   |                              is updated accordingly.                     |
  497.   | View Cluster data    = View the found Clusters/Sectors of erased file.   |
  498.   |                        Note: Not all FnKey commands will be allowed.     |
  499.   |                              Press ESC to exit back to the Unerase Menu. |
  500.   | View Cluster numbers = Display files Clusters and Sectors. <Shift> F7.   |
  501.   | Omit Cluster(s)      = Omit found or selected Cluster number(s).         |
  502.   | Find Next Cluster    = Search for next free Cluster.                     |
  503.   |                        Note: Will either add Cluster or replace the last |
  504.   |                              Cluster found (cannot exceed file size).    |
  505.   +--------------------------------------------------------------------------+
  506.  
  507. ----------------------------------------------------------------------------
  508. FILEDIR <Alone-F7> UNERASE MENU - Unerase the selected file.
  509.  
  510.      If the number of clusters found or selected matches the number of
  511. clusters required, as indicated by the files size, the prompt shown below
  512. will appear, along with the filename and extension of the erased file or <DIR>.
  513. Pressing ESC here will pass control back to the FileDir Unerase main menu.
  514. To continue, enter the new first letter for the filename and press Enter.
  515. If an invalid character is entered, the PC speaker will beep. Once a valid
  516. character is entered, DE will update the Root Directory or the appropriate
  517. Sub-Directory (with the new first character and the new file size; see below),
  518. update the FAT(s), update the FileDir Menu, and then exit out of the
  519. unerase session.
  520.  
  521.          Enter the new first letter (A-Z): _NERASE.TST
  522.  
  523.      If the number of clusters found or selected is less than the actual
  524. number required, as indicated by the files size, you will see the message
  525. below. Pressing "Y" to continue, will proceed as explained above, and the
  526. file size will be updated accordingly.
  527.              +-|ESC|---------------------------------+
  528.              | The number of clusters found is less  |
  529.              | than what was originally allocated.   |
  530.              | If you wish to continue, the files    |
  531.              | size will also change accordingly.    |
  532.              |                                       |
  533.              |           Continue <Y/N> ?            |
  534.              +---------------------------------------+
  535.  
  536.  
  537.  
  538.  
  539.  
  540.                                                                  Page 23
  541. FILEDIR <Alone-F7> UNERASE MENU - Unerase the selected file. (cont.)
  542.  
  543.      If DE detects that you are trying to unerase within an erased sub-
  544. directory, the message below will appear.
  545.              +=|ESC|============================================+
  546.              | ERROR: You cannot unerase a file or subdirectory |
  547.              | that is nested inside of an erased subdirectory. |
  548.              | The subdirectory must be unerased first!         |
  549.              +==================================================+
  550.  
  551.      NOTE: If after unerasing a file or <DIR>, you exit to DOS, and the
  552. directory that you are in is the same directory as the unerased file or
  553. <DIR>, you will need to do this: 
  554.          C:\>dir "the unerased filename.ext" <Enter>
  555. The reason for this, is that DOS keeps an internal memory buffer of the
  556. current directory. And unless DOS itself does the file handling, this
  557. internal buffer is not updated. Therefore, DOS will not recognize the
  558. newly unerased file or <DIR>! This forces DOS to update the buffer.
  559.  
  560.      NOTE: This has been successfully tested on an 18 megabyte Windows swap
  561. file. With a partially fragmented cluster chain.
  562.  
  563. ----------------------------------------------------------------------------
  564. FILEDIR <Alone-F7> UNERASE MENU - View Cluster data of the erased file.
  565.  
  566.      This option will load the erased file or <DIR> as the "Current File".
  567. Not all Function Key commands will be allowed, but this allows you to:
  568. 1.) view the found or selected clusters/sectors, to see if they are valid,
  569. and 2.) test the integrity of the clusters/sectors.
  570. Press ESC to exit back to the Unerase Menu.
  571.  
  572.      In exiting back to the Unerase Menu, if there are unsaved sector
  573. changes, the procedure is the same as <Alone-F10> Exit DE.
  574.  
  575. ----------------------------------------------------------------------------
  576. FILEDIR <Alone-F7> UNERASE MENU - View Cluster numbers of erased file.
  577.  
  578.      Displays the erased file or <DIR>'s clusters and sectors. This IS the
  579. <Shift-F7> CF Info menu. Press F1 for the help screen. Moving the highlight
  580. bar to the cluster or sector to view, and pressing Enter, will load the
  581. erased file or <DIR> as the "Current File" (see above).
  582. Also see CF INFO <SHIFT-F7> for more information.
  583. Press ESC to exit back to the Unerase Menu.
  584.  
  585.      In exiting back to the Unerase Menu, if there are unsaved sector
  586. changes, the procedure is the same as <Alone-F10> Exit DE.
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.                                                                  Page 24
  595. ----------------------------------------------------------------------------
  596. FILEDIR <Alone-F7> UNERASE MENU - Omit Cluster(s) of the erased file.
  597.  
  598.      Will display the erased file or <DIR>'s clusters and sectors. Choose
  599. the cluster that you want to omit and press Enter. Any cluster, except the
  600. very first cluster, may be omitted. Remember that you have to use option #2
  601. of the Unerase Menu in order to save the changes to disk. If you mess up
  602. here, use the printer option so that you aren't restarting from scratch,
  603. ESC all the way back to the FileDir Menu, and start over again.
  604.      The "LEGEND", at the right side of the Omit Cluster Menu, is a simple
  605. help screen of allowable key presses. If using a mouse, a right or left
  606. click over any command, will execute that command.
  607.      Press ESC, when done, to exit back to the Unerase Menu.
  608.      Pressing F1 brings up the help screen below. If using a mouse, press
  609. both the left and right buttons at the same time.
  610.              +-|ESC|---------------------------------+
  611.              | Position the cursor over the desired  |
  612.              | Cluster to omit and press <Enter>.    |
  613.              +---------------------------------------+
  614.  
  615. ----------------------------------------------------------------------------
  616. FILEDIR <Alone-F7> UNERASE MENU - Find Next Cluster of the erased file.
  617.  
  618.      Will parse the FAT (File Allocation Table) for the next free cluster.
  619. Will either add the new cluster to the list or replace the last cluster
  620. found (you cannot exceed the file size).
  621.      If DE will need to replace the last found file cluster, with the new
  622. free cluster, you will see the message below asking for permission to do so:
  623.              +=|ESC|=================================+
  624.              |  Replace the last cluster found ?     |
  625.              |  Press Y if you wish to do so, else   |
  626.              |  Press N or ESC to abort.             |
  627.              |                                       |
  628.              |                                       |
  629.              |           Continue <Y/N> ?            |
  630.              +=======================================+
  631.      If there are no more free clusters, you will see the message below.
  632.              +-|ESC|---------------------------------+
  633.              |  The are no more available clusters!  |
  634.              +---------------------------------------+
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.                                                                  Page 25